const runtime._EINTR

3 uses

	runtime (current package)
		defs_linux_amd64.go#L9: 	_EINTR  = 0x4
		netpoll_epoll.go#L82: 		if n == -_EINTR {
		netpoll_epoll.go#L120: 		if errno != _EINTR {